|
@@ -0,0 +1,352 @@
|
|
|
+module.exports = {
|
|
|
+ menu: {
|
|
|
+ 'home': 'Home',
|
|
|
+ 'activity': 'Activity',
|
|
|
+ 'declare': 'Declare activity',
|
|
|
+ 'language': 'Languages',
|
|
|
+ 'myActivity': 'MyAcitivity',
|
|
|
+ 'join': 'JoinAcitivity',
|
|
|
+ 'manage': 'ManageAcitivity',
|
|
|
+ 'check': 'CheckAcitivity',
|
|
|
+ 'loginOut': 'Sign out',
|
|
|
+ 'login': 'LOG IN',
|
|
|
+ 'registered': 'SIGN UP',
|
|
|
+ 'promptMsg': 'Please login to TeamModel account',
|
|
|
+ 'rootManage': 'RootManage'
|
|
|
+ },
|
|
|
+ home: {
|
|
|
+ 'centerTopTitle': '支持系统',
|
|
|
+ 'centerTopEn': 'SUPPORT SYSTEM',
|
|
|
+ 'hitaTitle': 'HiTA TEAM Model Smarter Classroom',
|
|
|
+ 'hitaInfo': 'Smartphones plus interactive whiteboards provide a new smart teaching approach ',
|
|
|
+ 'tblTitle': 'TBL TEAM Model Smarter Classroom ',
|
|
|
+ 'tblInfo': 'Team-Based Learning; a student self-study, discussion, and presentation environment ',
|
|
|
+ 'irsTitle': 'IRS TEAM Model Smarter Classroom',
|
|
|
+ 'irsInfo': "A lively, interactive, proactive classroom; seeing every child's thinking",
|
|
|
+ 'mobileTitle': 'Mobile TEAM Model Smarter Classroom',
|
|
|
+ 'mobileInfo': 'Smartphones are the best classroom learning tools ',
|
|
|
+ 'preTitle': 'Premium TEAM Model Smarter Classroom',
|
|
|
+ 'preInfo': 'Smarter classrooms: integration of AI and varied teaching approaches ',
|
|
|
+ 'proTitle': '1-to-1 TEAM Model Smarter Classroom',
|
|
|
+ 'proInfo': 'Promoting individualized learning through student tablets; training students to explore independently',
|
|
|
+ 'centerTitle': '近期活動',
|
|
|
+ 'centerEn': 'RECENT ACTIVITIES',
|
|
|
+ 'eventsUnit': 'Host organization',
|
|
|
+ 'eventsInfo': 'Activity Info',
|
|
|
+ 'centerButtomTitle': '活动流程',
|
|
|
+ 'centerButtomEn': 'ACTIVITY PROCESS',
|
|
|
+ 'declare': 'Declare activity',
|
|
|
+ 'check': 'Check activitiy',
|
|
|
+ 'signUp': 'Activitiy registration',
|
|
|
+ 'upload': 'Upload works',
|
|
|
+ 'review': 'Review works',
|
|
|
+ 'announce': 'Announce score',
|
|
|
+ 'carouselTitle': '活动展示',
|
|
|
+ 'carouselEn': 'PICTURE SHOW',
|
|
|
+ 'register': 'REGISTER NOW',
|
|
|
+ 'eventEnd': 'ACTIVITY END'
|
|
|
+ },
|
|
|
+ footer: {
|
|
|
+ 'title': 'TeamModel OS',
|
|
|
+ 'copyright': 'Copyright © All Rights Reserved by Habook Group | Chengdu (TeamModel) Information Technology Co., Ltd.'
|
|
|
+ },
|
|
|
+ declare: {
|
|
|
+ basicTitle: 'Basic Information of Activities',
|
|
|
+ activityName: 'activityName:',
|
|
|
+ activityNameP: 'Please enter the event title name',
|
|
|
+ introduce: 'Introduction to the event',
|
|
|
+ introduceP: 'Please enter the event title name:',
|
|
|
+ unit: 'Please enter event organizer',
|
|
|
+ unitP: 'Please enter the event organizer',
|
|
|
+ file: 'Activity file:',
|
|
|
+ fileP: 'Upload activity file',
|
|
|
+ img: 'Promotional graphics:',
|
|
|
+ imgP: 'Upload promotional pictures(1920*800px)',
|
|
|
+ level: 'Scope of activities:',
|
|
|
+ levelItem: [
|
|
|
+ //{
|
|
|
+ // id: 1,
|
|
|
+ // label: 'school'
|
|
|
+ //},
|
|
|
+ //{
|
|
|
+ // id: 2,
|
|
|
+ // label: 'District'
|
|
|
+ //},
|
|
|
+ //{
|
|
|
+ // id: 3,
|
|
|
+ // label: 'National'
|
|
|
+ //},
|
|
|
+ //{
|
|
|
+ // id: 4,
|
|
|
+ // label: 'International'
|
|
|
+ //}
|
|
|
+ 'school', 'District', 'National', 'International'
|
|
|
+ ],
|
|
|
+ modular: 'Required module:',
|
|
|
+ modulars: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ label: "Event registration module",
|
|
|
+ mod: "signUp"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ label: "Upload work module",
|
|
|
+ mod: "upload"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ label: "Work review module",
|
|
|
+ mod: "review"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 4,
|
|
|
+ label: "Grade publicity module",
|
|
|
+ mod: "publish"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ signTitle: 'Upload module configuration:',
|
|
|
+ signStart: 'Start registration time:',
|
|
|
+ signEnd: 'Deadline for registration:',
|
|
|
+ limitNum: 'Restrict the number of applicants:',
|
|
|
+ publishActivity: 'Public event information:',
|
|
|
+ publishName: 'Announce the registration list:',
|
|
|
+ needHiTeach: 'Assign Hiteach serial number:',
|
|
|
+ needIES: 'Assign IES Accounts:',
|
|
|
+ needSocrates: 'Open Socrates permission:',
|
|
|
+ contestType: 'Entry method:',
|
|
|
+ contestTypeItem: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ label: 'Individual competition'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ label: 'Team competition'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ label: 'Individual and team competitions'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ groupNum: 'Number of teams:',
|
|
|
+ uploadTitle: 'Module Configuration of Upload Works',
|
|
|
+ uploadStart: 'Start upload time:',
|
|
|
+ uploadEnd: 'Deadline upload time:',
|
|
|
+ uploadType: 'Upload work type:',
|
|
|
+ uploadTypeItem: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ label: "file"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ label: "video"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ label: "Work link"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 4,
|
|
|
+ label: "Socrates film"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ reviewTitle: 'Assessment module configuration',
|
|
|
+ reviewStart: 'Start review time:',
|
|
|
+ reviewEnd: 'End review time:',
|
|
|
+ publishTitle: 'Performance announcement module configuration',
|
|
|
+ publishStart: 'Start publishing time:',
|
|
|
+ publishEnd: 'End of publication time:',
|
|
|
+ publishMode: 'Method of publication of results:',
|
|
|
+ publishModeType: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ label: 'Upload awardList'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ label: 'Customize page'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ yesOrNo: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ label: "Yes"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ label: "No"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ bookInfo: 'Registration information:',
|
|
|
+ start: "Start time",
|
|
|
+ end: "End time",
|
|
|
+ submit: 'submit',
|
|
|
+ contacts: 'Activity Manager',
|
|
|
+ contactsPhone: 'Cell Phone',
|
|
|
+ contactsP: 'Please enter the person in charge of the activity',
|
|
|
+ contactsPhoneP: 'Please enter the phone number of the person in charge'
|
|
|
+ },
|
|
|
+ join: {
|
|
|
+ joinState1: "All activities",
|
|
|
+ joinState2: "Closed activities",
|
|
|
+ joinState3: "Ongoing activities",
|
|
|
+ joinTitle1: "Basic Information of Activities",
|
|
|
+ joinTitle2: "Registration information",
|
|
|
+ joinTitle3: "Works Information",
|
|
|
+ joinTitle4: "Achievement announcement information",
|
|
|
+ joinData: "No data for the time being",
|
|
|
+ joinLang: "Please select the activities you participated in",
|
|
|
+ joinManual: "Click to view the Registration Manual",
|
|
|
+ joinIES: "Upload entries",
|
|
|
+ joinTeam: "Team information",
|
|
|
+ joinOut: "Exit team",
|
|
|
+ joinNull: "No team information, go to join the team",
|
|
|
+ joinInTeam: "Join the team",
|
|
|
+ joinIn: "To join",
|
|
|
+ joinCreate: 'Create',
|
|
|
+ overNum:'This team is full, please join other teams, or contact this team!'
|
|
|
+
|
|
|
+ },
|
|
|
+ selectActivity: {
|
|
|
+ msg: 'View managed activities',
|
|
|
+ prompt:'No matching data'
|
|
|
+ },
|
|
|
+ signUp: {
|
|
|
+ teamPrompt: "Team teachers are required to belong to the same school and apply for several subjects, humanities, and natural subjects (excluding mathematics)!",
|
|
|
+ signLabel: 'Fill in the registration information',
|
|
|
+ fixLabel: 'Modify registration information',
|
|
|
+ confirm: "CONFIRM",
|
|
|
+ confirmInfo:'Modify information successfully',
|
|
|
+ submit: 'Sign up ',
|
|
|
+ member: 'Team Members:',
|
|
|
+ teamName: 'Team name:',
|
|
|
+ teamNameP: 'Please enter team name',
|
|
|
+ teamJoin: "To join",
|
|
|
+ teamInput: "Join the team",
|
|
|
+ teamCreat: "Create team"
|
|
|
+ },
|
|
|
+ ConfirmeDecInfo: {
|
|
|
+ download: "Download file",
|
|
|
+ cancel: "cancel",
|
|
|
+ confirm: "confirm"
|
|
|
+ },
|
|
|
+ manageSport: {
|
|
|
+ manageAct: "Management activities",
|
|
|
+ manageFind: "View the activities",
|
|
|
+ manageStatu: "Management activity status",
|
|
|
+ manageReview: "View registration data",
|
|
|
+ manageUpload: "View uploaded data",
|
|
|
+ manageInfo: "Import review information",
|
|
|
+ managePoint: "Allocation of judging works",
|
|
|
+ manageProgress: "Review progress",
|
|
|
+ manageNum: "View the score",
|
|
|
+ manageView: "Activity data graph",
|
|
|
+ manageStart: "Activity to be started",
|
|
|
+ manageIn: "Ongoing activity",
|
|
|
+ manageEnd: "Activities completed",
|
|
|
+ manageAdd: 'Added Administrator'
|
|
|
+ },
|
|
|
+ manageInfo: {
|
|
|
+ manageTitle: "Activity basic information",
|
|
|
+ titleName: "Activity theme name",
|
|
|
+ manageIntroduce: "Introduction of activities",
|
|
|
+ manageUnit: "Event organizer",
|
|
|
+ manageFile: "Activity file",
|
|
|
+ manageUpload: "Click download to view the file",
|
|
|
+ manageLevel: "Activity level",
|
|
|
+ manageStatus: "Active state",
|
|
|
+ manageId: "The notifier",
|
|
|
+ manageTeamModelId: "Rubbing the ID",
|
|
|
+ ManageinfoData: "No active data yet"
|
|
|
+ },
|
|
|
+ basicInfo: {
|
|
|
+ basicUnit: "Sponsor unit:",
|
|
|
+ basicLevel: "Range:",
|
|
|
+ basicStartDate: "Start Time:",
|
|
|
+ basicEndDate: "End Time:",
|
|
|
+ basicMatch: "Competition documents",
|
|
|
+ basicFile: "Download File",
|
|
|
+ basicCompetition: "Introduction:",
|
|
|
+ basicIntroduce: "Download Files",
|
|
|
+ },
|
|
|
+ checkSport: {
|
|
|
+ checkAct:"Audit activities",
|
|
|
+ checkFind:"View activity",
|
|
|
+ checkData:"Check the registration data",
|
|
|
+ checkUpload:"View Uploaded Data",
|
|
|
+ checkInput:"Import review information",
|
|
|
+ checkReview:"Distribution of Judged Works",
|
|
|
+ checkSpeed:"Review progress",
|
|
|
+ checkNum:"View the Score of Works",
|
|
|
+ checkAudited:"Audited activities",
|
|
|
+ checkUnaudited:"Unaudited activities",
|
|
|
+ checkPass:"Audit approved activities"
|
|
|
+ },
|
|
|
+ checkInfo: {
|
|
|
+ checkInfo:"Basic Information of Activities",
|
|
|
+ infoName:"Activity Theme Name",
|
|
|
+ infoIntroduce:"Activity Brief",
|
|
|
+ infoUnit:"Organizers of the event",
|
|
|
+ infoFile:"Active document",
|
|
|
+ infoFileUrl:"Click Download to View Files",
|
|
|
+ infoLevel:"Activity level",
|
|
|
+ infoStatus:"Activity state",
|
|
|
+ infoDeclarant:"Declarant",
|
|
|
+ infoTeamModelId:"Claimant's TeamModelID",
|
|
|
+ infoData:"No active data available"
|
|
|
+ },
|
|
|
+ rulePrompt: {
|
|
|
+ name: 'Please enter the activity theme name.',
|
|
|
+ introduce: 'Please enter a brief introduction of the activities.',
|
|
|
+ level: 'Please select the activity category.',
|
|
|
+ unit: 'Please enter the organizer.',
|
|
|
+ fileUrl: 'Please upload the relevant documents of the activity.',
|
|
|
+ imgUrl: 'Please upload the activity theme picture.',
|
|
|
+ limitNum: 'Please choose whether to limit the number of enrollees.',
|
|
|
+ publishActivity: 'Please select whether the activity information is displayed on the home page.',
|
|
|
+ entryCard: 'Please choose whether to generate the entry certificate',
|
|
|
+ publishName: 'Please choose whether to publish the successful registration list',
|
|
|
+ contestType: 'Please choose the way to compete',
|
|
|
+ needHiTeach: 'Please choose whether to assign HiTeach serial number',
|
|
|
+ needIES: 'Please choose whether to allocate IES accounts',
|
|
|
+ needSocrates: 'Please choose whether to open Socrates or not',
|
|
|
+ partIds: 'Please select the information you need to fill in for the registration of the event',
|
|
|
+ uploadType: 'Please select the type of upload work',
|
|
|
+ publishMode: 'Please choose the way to publish your results',
|
|
|
+ contactsPhone: 'Please enter the phone number of the person in charge',
|
|
|
+ contacts: 'Please enter the name of the person in charge',
|
|
|
+ },
|
|
|
+ formConfigP: {
|
|
|
+ input: 'Please Enter ',
|
|
|
+ select: 'Please Select ',
|
|
|
+ country: 'Country',
|
|
|
+ province: 'Province',
|
|
|
+ city: 'City',
|
|
|
+ school:'School'
|
|
|
+ },
|
|
|
+ prompt: {
|
|
|
+ signUp: {
|
|
|
+ completeInfo: 'Please complete the registration information and re-register!',
|
|
|
+ loginOut: 'The login is invalid. Please login again for registration!',
|
|
|
+ teamNumFirst: 'Team size should not exceed',
|
|
|
+ teamNumLast: '!(Including yourself)',
|
|
|
+ teamRuleFirst: 'The number of teams required for the competition is',
|
|
|
+ teamRuleLast: ',Please continue to add members. If the team member has not registered, please invite the last member to join the team!',
|
|
|
+ success: 'You have successfully registered for the event. You can check the information of the event in which I participated!'
|
|
|
+ },
|
|
|
+ homePage: {
|
|
|
+ activityStatus:'This activity has been closed!'
|
|
|
+ },
|
|
|
+ homeHeader: {
|
|
|
+ login: 'Please login Team Model ID!',
|
|
|
+ manage: 'Please contact the administrator for declaration activities!'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: {
|
|
|
+ year: '-',
|
|
|
+ month: '-',
|
|
|
+ day: ''
|
|
|
+ }
|
|
|
+}
|