中文效果图:
英文效果图:
版本:
安装:
npm install --save @nuxtjs/i18n
新建en.js与zh.js两个文件进行切换显示
en.js内容
import globals from './../js/global_val'
export default {
/******
* 公共内容开始
* *****/
seeMore: "More Information", //查看更多
seeAgenda: "View the conference schedule", //查看议程
jtlRegister: 'Register for the Golden Gyro Award', //金陀螺奖报名参评/投票
registrationChannel: 'FBEC Registration channel', //大会参会报名通道
fbecland: 'FBEC LAND', //大会官方微站
application: 'Click to register for the selection', //点击报名参评-pc
applicationOver: 'The entry channel is closed', //参评已结束-pc
mApplication: 'Click Register to vote', //点击报名参评/投票-手机端
mAplicationOver: 'Registration is closed', //点击报名参评/投票-手机端
headerData: [{
name: "Main page",
url: "/"
},
{
name: "Main-venue ",
url: "main-venue"
},
{
name: "Sub-venue",
url: "branch-venue"
},
{
name: "Golden Gyro Award",
url: "golden-top-award"
},
{
name: "Conference Exhibition Zone",
url: "conference-exhibition-area"
},
{
name: "More Exciting Content",
url: "more-exciting-content"
},
{
name: "Conference dynamics",
url: "conference-dynamics"
},
{
name: "Review of previous Conference",
url: ""
},
],
/******
* 公共内容结束
* *****/
/******
* 首页开始
* *****/
asideNav: [{
label: "Conference Main Keyvisual",
id: "zhuk",
},
{
label: "FBEC2023",
id: "2022",
},
{
label: "Conference Agenda",
id: "yicheng",
},
{
label: "Conference Guests",
id: "jiabin",
},
// {
/