// 定义内容 export default { router: { home: '首頁', system: '系統設置', systemMenu: '選單管理', systemUser: '用戶管理', limits: '許可權管理', limitsFrontEnd: '前端控制', limitsFrontEndPage: '頁面許可權', limitsFrontEndBtn: '按鈕許可權', limitsBackEnd: '後端控制', personnelManagement:'人員管理', ParentList:'家長列表', limitsBackEndEndPage: '頁面許可權', MeetingRoomReservation:'會議室與功能室', CreateMeetingRoom:'創建會議室', CreateFunctionRoom:'創建功能室', CampusCalendar:'校園行事歷', PrincipalsMailbox:"校長信箱", TeacherTable:'教師列表', abnormalStudentManagement:'异常学生管理', roleManagement:'角色分配', StudentTable:'學生列表', LetterList:"信件列表", Statistics:'统计', ccInformation:'配置', moralEducationManagement:'德育管理', ResponsiblePersonManagement:'負責人管理', morningAndAfternoonInspectionManagement:"晨午检管理", AttendanceForm:'考勤表單', StudentSafetyAttendance:'學生安全考勤', SetAttendanceRules:'設置考勤規則', Inspect:'晨午檢查', MoralEducationEvaluation:'德育評價', InterestClass:'興趣班', InterestClassEntry:'興趣班錄入', InterestCourseManagement:'興趣課程管理', PaymentSystem:'繳費系統', CreatePayment:'創建繳費', PaymentDetails:'繳費明細', SmartVisitors:'智能訪客', HomeSchoolAddressBook:'家校通信錄', VisitorsRecord:'訪客記錄', basicInFormation:'信息管理', businessDataInformation:'業務數據管理', dataItemAnalysis:'數據項分析', dataItemConfiguration:'數據項配置', pictureSetConfiguration:'圖片集配置', growthAlbumSection:'成長畫冊', rolePermissions:'角色权限', setScoreRules:'设置规则', schoolAlbumManagement:'學校畫冊管理', facultyInformation:'教職工信息', deviceManagement:'人脸设备管理', attendanceMachineEquipmentManagement:'考勤機設備管理', }, staticRoutes: { signIn: '登入', notFound: '找不到此頁面', noPower: '沒有許可權', }, user: { title0: '組件大小', title1: '語言切換', title2: '選單蒐索', title3: '佈局配寘', title4: '消息', title5: '開全屏', title6: '關全屏', dropdownDefault: '默認', dropdownMedium: '中等', dropdownSmall: '小型', dropdownMini: '超小', dropdown1: '首頁', dropdown2: '個人中心', dropdown3: '404', dropdown4: '401', dropdown5: '登出', dropdown6: '程式碼倉庫', searchPlaceholder: '選單蒐索:支援中文、路由路徑', newTitle: '通知', newBtn: '全部已讀', newGo: '前往通知中心', newDesc: '暫無通知', logOutTitle: '提示', logOutMessage: '此操作將登出,是否繼續?', logOutConfirm: '確定', logOutCancel: '取消', logOutExit: '退出中', logOutSuccess: '安全退出成功!', }, tagsView: { refresh: '重繪', close: '關閉', closeOther: '關閉其它', closeAll: '全部關閉', fullscreen: '當前頁全屏', }, notFound: { foundTitle: '地址輸入錯誤,請重新輸入地址~', foundMsg: '您可以先檢查網址,然後重新輸入或給我們迴響問題。', foundBtn: '返回首頁', }, noAccess: { accessTitle: '您未被授權,沒有操作許可權~', accessMsg: '聯繫方式:加QQ群探討665452019', accessBtn: '重新授權', }, layout: { configTitle: '佈局配寘', oneTitle: '全域主題', twoTitle: '選單 / 頂欄', twoTopBar: '頂欄背景', twoMenuBar: '選單背景', twoColumnsMenuBar: '分欄選單背景', twoTopBarColor: '頂欄默認字體顏色', twoMenuBarColor: '選單默認字體顏色', twoColumnsMenuBarColor: '分欄選單默認字體顏色', twoIsTopBarColorGradual: '頂欄背景漸變', twoIsMenuBarColorGradual: '選單背景漸變', twoIsMenuBarColorHighlight: '選單字體背景高亮', threeTitle: '介面設定', threeIsCollapse: '選單水准折疊', threeIsUniqueOpened: '選單手風琴', threeIsFixedHeader: '固定 Header', threeIsClassicSplitMenu: '經典佈局分割選單', threeIsLockScreen: '開啟鎖屏', threeLockScreenTime: '自動鎖屏(s/秒)', fourTitle: '介面顯示', fourIsShowLogo: '側邊欄 Logo', fourIsBreadcrumb: '開啟 Breadcrumb', fourIsBreadcrumbIcon: '開啟 Breadcrumb 圖標', fourIsTagsview: '開啟 Tagsview', fourIsTagsviewIcon: '開啟 Tagsview 圖標', fourIsCacheTagsView: '開啟 TagsView 緩存', fourIsSortableTagsView: '開啟 TagsView 拖拽', fourIsFooter: '開啟 Footer', fourIsGrayscale: '灰色模式', fourIsInvert: '色弱模式', fourIsDark: '深色模式', fourIsWartermark: '開啟浮水印', fourWartermarkText: '浮水印文案', fiveTitle: '其它設定', fiveTagsStyle: 'Tagsview 風格', fiveAnimation: '主頁面切換動畫', fiveColumnsAsideStyle: '分欄高亮風格', fiveColumnsAsideLayout: '分欄佈局風格', sixTitle: '佈局切換', sixDefaults: '默認', sixClassic: '經典', sixTransverse: '橫向', sixColumns: '分欄', tipText: '點擊下方按鈕,複製佈局配寘去`src/store/modules/themeConfig.js`中修改。', copyText: '一鍵複製配寘', resetText: '一鍵恢復默認', copyTextSuccess: '複製成功!', copyTextError: '複製失敗!', }, upgrade: { title: '新版本陞級', msg: '新版本來啦,馬上更新嘗鮮吧! 不用擔心,更新很快的哦!', desc: '提示:更新會還原默認配寘', btnOne: '殘忍拒絕', btnTwo: '馬上更新', btnTwoLoading: '更新中', }, };