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.
31 lines
517 B
31 lines
517 B
export default {
|
|
header: {
|
|
logo: 'Vuejs',
|
|
home: 'Home',
|
|
examples: 'Examples',
|
|
documents: 'Documentation',
|
|
blog: 'Blog',
|
|
locale: 'Language(语言)',
|
|
issues: 'Issues',
|
|
github: 'Github',
|
|
},
|
|
|
|
locale: {
|
|
en: 'English',
|
|
'zh-cn': '中文(简体)',
|
|
},
|
|
|
|
document: {
|
|
title: 'Documentation',
|
|
},
|
|
|
|
example: {
|
|
full: 'Full Example',
|
|
simple: 'Simple',
|
|
avatar: 'Upload avatar',
|
|
drag: 'Drag and drop',
|
|
multiple: 'Multiple instances',
|
|
vuex: 'Vuex',
|
|
}
|
|
}
|