1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-14 02:54:25 +00:00

perf: Translate

This commit is contained in:
feng 2024-07-17 11:38:33 +08:00 committed by feng626
parent 57ebfa0812
commit 45a102cff1
2 changed files with 2 additions and 2 deletions
src
router/workbench
views/ops/Template/Playbook

View File

@ -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'
}

View File

@ -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