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