mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-14 02:54:25 +00:00
perf: Translate
This commit is contained in:
parent
57ebfa0812
commit
45a102cff1
src
@ -205,7 +205,7 @@ export default {
|
||||
hidden: true,
|
||||
component: () => import('@/views/ops/Template/Adhoc/AdhocUpdateCreate'),
|
||||
meta: {
|
||||
title: i18n.t('createAdhoc'),
|
||||
title: i18n.t('AdhocUpdate'),
|
||||
permissions: ['ops.add_adhoc'],
|
||||
activeMenu: '/workbench/ops/templates'
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
<div slot="tip" class="el-upload__tip">
|
||||
<span :class="{'hasError': hasFileFormatOrSizeError }" />
|
||||
<div v-if="renderError" class="hasError">{{ renderError }}</div>
|
||||
<h5>请上传包含以下示例结构目录的 .zip 压缩文件</h5>
|
||||
<h5>{{ $t('UploadHelpText') }}</h5>
|
||||
<pre style="display:flex; line-height: 1.2em">
|
||||
./
|
||||
├── roles
|
||||
|
Loading…
Reference in New Issue
Block a user