style: 修改i18n配置文件

This commit is contained in:
moxunjingmu 2025-02-21 23:52:19 +08:00
parent 07c7c84c91
commit 0e8404f93c
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@ export default {
my: '我的',
new_project: '新项目',
all_project: '全部项目',
my_templete: '我的模板',
my_template: '我的模板',
template_market: '模板市场',
// items

View File

@ -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

View File

@ -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),