feat(admin): Add application and rule management entries to localization files

This commit is contained in:
web@ppanel
2025-04-02 00:12:02 +07:00
parent ef153747bd
commit 8b43e69bfe
64 changed files with 11730 additions and 21 deletions
+15 -5
View File
@@ -81,16 +81,26 @@ export const navs = [
url: '/dashboard/server',
icon: 'flat-color-icons:data-protection',
},
],
},
{
title: 'Finance',
items: [
{
title: 'Application Management',
url: '/dashboard/application',
icon: 'flat-color-icons:touchscreen-smartphone',
},
{
title: 'Rule Management',
url: '/dashboard/rules',
icon: 'flat-color-icons:ruler',
},
{
title: 'Subscribe Management',
url: '/dashboard/subscribe',
icon: 'flat-color-icons:shop',
},
],
},
{
title: 'Finance',
items: [
{
title: 'Order Management',
url: '/dashboard/order',