This commit is contained in:
Pan 2019-04-25 14:44:27 +08:00
parent 33fd019e15
commit c73b98cd37
2 changed files with 6 additions and 4 deletions

View File

@ -61,14 +61,16 @@ export default {
theme: 'Tema',
clipboardDemo: 'Clipboard',
i18n: 'I18n',
externalLink: 'Enlace externo'
externalLink: 'Enlace externo',
profile: 'Profile'
},
navbar: {
logOut: 'Salir',
dashboard: 'Panel de control',
github: 'Github',
theme: 'Tema',
size: 'Tamaño global'
size: 'Tamaño global',
profile: 'Profile'
},
login: {
title: 'Formulario de acceso',

View File

@ -62,13 +62,13 @@ export default {
clipboardDemo: 'Clipboard',
i18n: '国际化',
externalLink: '外链',
profile: '个人资料页'
profile: '个人中心'
},
navbar: {
dashboard: '首页',
github: '项目地址',
logOut: '退出登录',
profile: '个人资料页',
profile: '个人中心',
theme: '换肤',
size: '布局大小'
},