mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
style: 修改i18n配置文件
This commit is contained in:
parent
07c7c84c91
commit
0e8404f93c
@ -5,7 +5,7 @@ export default {
|
||||
my: 'My',
|
||||
new_project: 'New Project',
|
||||
all_project: 'All Project',
|
||||
my_templete: 'My Templete',
|
||||
my_template: 'My Template',
|
||||
template_market: 'Template Market',
|
||||
|
||||
// items
|
||||
|
@ -6,7 +6,7 @@ export default {
|
||||
my: '我的',
|
||||
new_project: '新项目',
|
||||
all_project: '全部项目',
|
||||
my_templete: '我的模板',
|
||||
my_template: '我的模板',
|
||||
template_market: '模板市场',
|
||||
|
||||
// items
|
||||
|
@ -57,7 +57,7 @@ const typeList = shallowRef([
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
title: renderLang('project.my_templete'),
|
||||
title: renderLang('project.my_template'),
|
||||
key: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
||||
icon: ObjectStorageIcon,
|
||||
disabled: true
|
||||
|
@ -54,7 +54,7 @@ export const menuOptionsInit = () => {
|
||||
name: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
||||
},
|
||||
},
|
||||
{ default: () => t('project.my_templete') }
|
||||
{ default: () => t('project.my_template') }
|
||||
),
|
||||
key: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
||||
icon: renderIcon(ObjectStorageIcon),
|
||||
|
Loading…
x
Reference in New Issue
Block a user