perf: 增加i18n翻译 (#2524)

Co-authored-by: Aaron3S <chenyang@fit2cloud.com>
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
This commit is contained in:
fit2bot
2023-02-06 15:11:44 +08:00
committed by GitHub
parent 1401875bca
commit 2e7df28b9e
2 changed files with 2 additions and 1 deletions

View File

@@ -813,6 +813,7 @@
"Weekly": "按周"
},
"ops": {
"AdhocUpdate": "更新命令",
"Add": "新增",
"Modify": "修改",
"View": "查看",

View File

@@ -187,7 +187,7 @@ export default {
component: () => import('@/views/ops/Template/Adhoc/AdhocUpdateCreate'),
hidden: true,
meta: {
title: i18n.t('route.updateAdhoc'),
title: i18n.t('ops.AdhocUpdate'),
permissions: ['ops.change_adhoc'],
activeMenu: '/workbench/ops/templates'
}