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', theme: 'Tema',
clipboardDemo: 'Clipboard', clipboardDemo: 'Clipboard',
i18n: 'I18n', i18n: 'I18n',
externalLink: 'Enlace externo' externalLink: 'Enlace externo',
profile: 'Profile'
}, },
navbar: { navbar: {
logOut: 'Salir', logOut: 'Salir',
dashboard: 'Panel de control', dashboard: 'Panel de control',
github: 'Github', github: 'Github',
theme: 'Tema', theme: 'Tema',
size: 'Tamaño global' size: 'Tamaño global',
profile: 'Profile'
}, },
login: { login: {
title: 'Formulario de acceso', title: 'Formulario de acceso',

View File

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