mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
perf: 增加i18n翻译 (#2524)
Co-authored-by: Aaron3S <chenyang@fit2cloud.com> Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
This commit is contained in:
@@ -813,6 +813,7 @@
|
||||
"Weekly": "按周"
|
||||
},
|
||||
"ops": {
|
||||
"AdhocUpdate": "更新命令",
|
||||
"Add": "新增",
|
||||
"Modify": "修改",
|
||||
"View": "查看",
|
||||
|
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user