220
This commit is contained in:
@@ -1,20 +1,47 @@
|
||||
//en.js
|
||||
|
||||
import enLocale from 'element-ui/lib/locale/lang/en'
|
||||
|
||||
const en = {
|
||||
message: {
|
||||
'hello': 'hello, world',
|
||||
'student': 'Student',
|
||||
'staff': 'Staff',
|
||||
'alumni': 'Alumni',
|
||||
'examine': 'Examine',
|
||||
'services_portal': 'Services Portal',
|
||||
'switch': '简体中文',
|
||||
'test':'test',
|
||||
'student':'student',
|
||||
'staff':'staff',
|
||||
'alumni':'alumni',
|
||||
'examine':'examine',
|
||||
'Services portal':'Services portal',
|
||||
'news_center':'News Center',
|
||||
'more':'More',
|
||||
'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',
|
||||
'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',
|
||||
|
||||
},
|
||||
...enLocale
|
||||
}
|
||||
|
||||
export default en
|
||||
|
||||
Reference in New Issue
Block a user