chore: update locale

This commit is contained in:
vben
2024-06-29 15:41:10 +08:00
parent 36a4fcfad2
commit c58aa26dbf
35 changed files with 531 additions and 523 deletions

View File

@@ -10,9 +10,10 @@ const routes: RouteRecordRaw[] = [
{
component: BasicLayout,
meta: {
badgeType: 'dot',
icon: VBEN_LOGO,
order: 9999,
title: 'Vben',
title: 'Vben Admin',
},
name: 'AboutLayout',
path: '/vben-admin',
@@ -23,6 +24,7 @@ const routes: RouteRecordRaw[] = [
path: 'about',
component: () => import('#/views/_essential/vben/about/index.vue'),
meta: {
badgeType: 'dot',
icon: 'mdi:creative-commons',
title: $t('page.vben.about'),
},