perf(i18n): 修改用户页面Router 翻译

This commit is contained in:
jym503558564
2021-04-30 16:05:38 +08:00
committed by 老广
parent 5b05bd12c6
commit 312de6c6eb
2 changed files with 4 additions and 4 deletions

View File

@@ -586,8 +586,8 @@
"LabelList": "Labels",
"LabelUpdate": "Label update",
"LoginLog": "Login Logs",
"MyApps": "My apps",
"MyAssets": "My assets",
"MyApps": "My Apps",
"MyAssets": "My Assets",
"OperateLog": "Operation Logs",
"PasswordChangeLog": "Password Update Logs",
"Perms": "Permissions",

View File

@@ -65,7 +65,7 @@ export default [
path: '',
name: 'CommandExecutions',
component: () => import('@/views/ops/CommandExecution'),
meta: { title: i18n.t('route.CommandExecutions'), icon: 'terminal', permissions: [rolec.PERM_USE] }
meta: { title: i18n.t('route.BatchCommand'), icon: 'terminal', permissions: [rolec.PERM_USE] }
}
]
},
@@ -162,7 +162,7 @@ export default [
children: [
{
path: `${BASE_URL}/koko/elfinder/sftp/`,
meta: { title: i18n.t('route.WebFTP'), icon: 'file', activeMenu: '/assets', permissions: [rolec.PERM_USE] }
meta: { title: i18n.t('route.FileManager'), icon: 'file', activeMenu: '/assets', permissions: [rolec.PERM_USE] }
}
]
}