mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
removed unused language strings
This commit is contained in:
16
resources/js/routes/routesAdmin.js
vendored
16
resources/js/routes/routesAdmin.js
vendored
@@ -89,7 +89,7 @@ const routesAdmin = [
|
||||
),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan_create',
|
||||
title: 'create_plan',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ const routesAdmin = [
|
||||
),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan_create',
|
||||
title: 'create_plan',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ const routesAdmin = [
|
||||
component: () => import(/* webpackChunkName: "chunks/plan" */ '../views/Admin/Plans/FixedPlan'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan',
|
||||
title: 'plan',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -214,7 +214,7 @@ const routesAdmin = [
|
||||
import(/* webpackChunkName: "chunks/plan-delete" */ '../views/Admin/Plans/Tabs/PlanDelete'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan_delete',
|
||||
title: 'plan_delete',
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -225,7 +225,7 @@ const routesAdmin = [
|
||||
component: () => import(/* webpackChunkName: "chunks/plan" */ '../views/Admin/Plans/MeteredPlan'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan',
|
||||
title: 'plan',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -259,7 +259,7 @@ const routesAdmin = [
|
||||
import(/* webpackChunkName: "chunks/plan-delete" */ '../views/Admin/Plans/Tabs/PlanDelete'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.plan_delete',
|
||||
title: 'plan_delete',
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -283,7 +283,7 @@ const routesAdmin = [
|
||||
),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.billings',
|
||||
title: 'billings',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -295,7 +295,7 @@ const routesAdmin = [
|
||||
),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.payments',
|
||||
title: 'payments',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user