i18n
This commit is contained in:
parent
33fd019e15
commit
c73b98cd37
|
@ -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',
|
||||||
|
|
|
@ -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: '布局大小'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue