This commit is contained in:
clay
2022-01-22 00:57:57 +08:00
parent 2c4b597942
commit 72fbaed559
16 changed files with 267 additions and 217 deletions

View File

@@ -1,18 +1,47 @@
//cn.js
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
//{{ $t('message.news_ceter') }}
const cn = {
message: {
'hello': '你好,世界',
'student': '学生',
'staff': '教职工',
'alumni': '校友',
'examine': '考生',
'services_portal': '服务门户',
'switch': 'English',
'test':'测试',
'student':'学生',
'staff':'教职工',
'alumni':'校友',
'examine':'考生',
'Services portal':'服务门户',
'news_center':'新闻中心',
'more':'查看更多',
'home': '学院首页',
'news_ceter': '新闻中心',
'more': '更多',
'research': '科学研究',
'academic': '学术交流',
'party': '党群工作',
'party_education': '党史教育',
'teaching_work': '教学工作',
'data_information': '数据中的信息',
'employees': '职工人数',
'number_students': '在校学生人数',
'graduate_tutor': '研究生导师',
'research_team': '科研团队',
'high_level_talents': '高层次人才',
'major_projects': '重大项目',
'contact_us': '联系我们',
'adress': '犀浦校区地址:中国四川省成都市高新区西部园区西南交通大学信息科学与技术学院',
'code': '邮政编码:611756',
'tel': '电话:+86 28 66366709(行政)',
'copyright': '版权所有◎2015西南交通大学信息科学与技术学院. All rights reserved.意见反馈',
'chinese_site': '西南交通大学(中文)',
'english_site': '西南交通大学(ENGLISH)',
'affairs_office': '西南交通大学国际合作与交流处',
'scholarship': '国家留学基金管理委员会',
'foreign': '中华人民共和国外交部',
'education': '中华人民共和国教育部门户网站',
'ieee': '电气和电子工程师协会(IEEE)',
'search': '搜索',
'placeholder': '请输入内容',
},
...zhLocale
}

View File

@@ -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