You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
|
|
export default defineI18nConfig(() => ({
|
|
legacy: false,
|
|
locale: 'zh',
|
|
warnHtmlMessage: false,
|
|
messages: {
|
|
zh: {
|
|
language: 'English',
|
|
homePage: '首页',
|
|
aboutUs: '关于金梦网',
|
|
news: '最新资讯',
|
|
africanVideo: '走进非洲视频',
|
|
serviceAndProduct: '服务与产品',
|
|
service: '服务',
|
|
product: '产品',
|
|
link: '跳转链接',
|
|
readMord: '查看更多',
|
|
viewsCount: '浏览次数',
|
|
email: '邮箱',
|
|
wechat: '微信',
|
|
LinkedIn: 'LinkedIn',
|
|
WhatsAPp: 'WhatsAPp',
|
|
detail: '查看',
|
|
search: '搜索',
|
|
searchResult: '搜索结果',
|
|
wxOfficialAccounts: '公众号',
|
|
weCom: '企业微信',
|
|
wxMP: '微信小程序',
|
|
address: '地址',
|
|
icp: '备案号',
|
|
contactUs: '联系我们',
|
|
source: '来源',
|
|
article: '文章',
|
|
video: '视频',
|
|
noArticle: '未找到相关文章',
|
|
noVideo: '未找到相关视频',
|
|
|
|
},
|
|
en: {
|
|
language: '中文',
|
|
homePage: 'Home',
|
|
aboutUs: 'About',
|
|
news: 'News',
|
|
africanVideo: 'African Video',
|
|
serviceAndProduct: 'Service&Product',
|
|
service: 'Service',
|
|
product: 'Product',
|
|
readMord: 'More',
|
|
viewsCount: 'views',
|
|
email: 'Email',
|
|
wechat: 'Wechat',
|
|
LinkedIn: 'LinkedIn',
|
|
WhatsAPp: 'WhatsAPp',
|
|
detail: 'Detail',
|
|
search: 'Search',
|
|
searchResult: 'Search Result',
|
|
wxOfficialAccounts: 'Official Accounts',
|
|
weCom: 'WeCom',
|
|
wxMP: 'Mini Program',
|
|
address: 'Address',
|
|
icp: 'ICP',
|
|
contactUs: 'Contact Us',
|
|
source: 'Source',
|
|
article: 'Article',
|
|
video: 'Video',
|
|
noArticle: 'No related articles found',
|
|
noVideo: 'No related videos found',
|
|
|
|
|
|
}
|
|
}
|
|
}))
|