Files
sist_web/src/i18n/langs/en.js
2022-10-06 00:24:45 +08:00

52 lines
1.8 KiB
JavaScript

//en.js
import enLocale from 'element-ui/lib/locale/lang/en'
const en = {
message: {
'student': 'Student',
'staff': 'Staff',
'alumni': 'Alumni',
'examine': 'Examine',
'services_portal': 'Services Portal',
'switch': '简体中文',
'home': 'Home',
'news_ceter': 'News Center',
'more': 'More',
'research': 'Research',
'academic': 'Academic',
'party': 'Party',
'party_education': 'Party Education',
'teaching_work': 'Teaching work',
'data_information': 'DATA INFORMATION',
'notice': 'Notice',
'scientific': 'Scientific',
'undergraduate_education': 'Undergraduate education',
'postgraduate_education': 'Postgraduate education',
'employees': 'Employees',
'number_students': 'Number of students',
'graduate_tutor': 'Graduate tutor',
'research_team': 'Research team',
'high_level_talents': 'High level talents',
'major_projects': 'Major projects',
'contact_us': 'CONTACT US',
'adress': 'Add: 01606#, 01608#, 01614#, School of Information Science and Technology,Southwest Jiaotong University, No.111, Erhuanlu Beiyiduan Chengdu, 610031 P.R.China',
'code': 'E-mail: scce@home.swjtu.edu.cn',
'tel': 'Tel: +86 28 66366709; +86 28 66366741 | Fax: +86 28 87600743',
'copyright': 'Copyright © 2014 School of Information Science and Technology, SWJTU. All rights reserved. Feedback',
'chinese_site': 'Southwest Jiaotong University(中文)',
'english_site': 'Southwest Jiaotong University(ENGLISH)',
'affairs_office': 'SWJTU International Affairs Office',
'scholarship': 'China Scholarship Counsil',
'foreign': 'Ministry of Foreign Affairs',
'education': 'Ministry of Education',
'ieee': 'IEEE',
'search': 'search',
'placeholder': 'please input',
},
}
export default en