From 2e7964190ea586e7287900d06ae277c67f1807c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E5=90=BE=E7=AB=8B?=
Date: Tue, 18 Jun 2024 16:17:12 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E5=89=8D=E7=AB=AF=20i18n=20=E9=81=97?=
=?UTF-8?q?=E6=BC=8Fkey?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/test/java/i8n/DiffWebI18nTest.java | 2 +-
web-vue/src/pages/build/history.vue | 12 +-
web-vue/src/pages/dispatch/logReadView.vue | 4 +-
web-vue/src/pages/dispatch/status.vue | 8 +-
web-vue/src/pages/docker/swarm/node.vue | 31 +---
.../pages/file-manager/fileStorage/list.vue | 89 +++---------
.../file-manager/staticFileStorage/list.vue | 61 ++------
web-vue/src/pages/layout/user-header.vue | 57 ++------
web-vue/src/pages/layout/user-log.vue | 14 +-
web-vue/src/pages/login/index.vue | 10 +-
web-vue/src/pages/node/fast-install.vue | 9 +-
web-vue/src/pages/node/list.vue | 24 +---
.../node/node-layout/other/script-console.vue | 17 +--
.../node-layout/project/project-console.vue | 37 ++---
.../node/node-layout/project/project-edit.vue | 4 +-
.../project/project-file-backup.vue | 68 ++-------
.../node-layout/project/project-file-read.vue | 8 +-
.../node/node-layout/system/config-file.vue | 10 +-
.../src/pages/node/node-layout/system/log.vue | 8 +-
web-vue/src/pages/node/script-edit.vue | 15 +-
web-vue/src/pages/node/search.vue | 29 +---
.../src/pages/repository/repository-list.vue | 4 +-
web-vue/src/pages/script/script-console.vue | 17 +--
.../system/assets/machine/machine-list.vue | 135 ++++--------------
.../src/pages/system/assets/ssh/ssh-list.vue | 75 +++-------
web-vue/src/pages/system/cluster-list.vue | 12 +-
web-vue/src/pages/user/operation-log.vue | 12 +-
web-vue/src/pages/user/permission-group.vue | 39 ++---
28 files changed, 186 insertions(+), 625 deletions(-)
diff --git a/modules/common/src/test/java/i8n/DiffWebI18nTest.java b/modules/common/src/test/java/i8n/DiffWebI18nTest.java
index d03538e52..1f7f512ce 100644
--- a/modules/common/src/test/java/i8n/DiffWebI18nTest.java
+++ b/modules/common/src/test/java/i8n/DiffWebI18nTest.java
@@ -35,7 +35,7 @@ public class DiffWebI18nTest {
String rootPath = file.getAbsolutePath();
File rootFile = new File(rootPath).getParentFile().getParentFile();
rootFile = FileUtil.file(rootFile, "web-vue");
- JSONObject zhCn = this.loadJson(rootFile, "zh_cn");
+ JSONObject zhCn = this.loadJson(rootFile, "zh_cn2");
Map cacheKey = new HashMap<>();
this.generateWaitMap(zhCn, "", cacheKey);
Collection values = cacheKey.values();
diff --git a/web-vue/src/pages/build/history.vue b/web-vue/src/pages/build/history.vue
index 81e58f882..ca929146c 100644
--- a/web-vue/src/pages/build/history.vue
+++ b/web-vue/src/pages/build/history.vue
@@ -70,9 +70,7 @@
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
- {{
- statusMap[text] || $t('i18n.1622dc9b6b')
- }}
+ {{ statusMap[text] || $t('i18n.1622dc9b6b') }}
@@ -127,9 +123,7 @@
{{ renderSize(record.resultFileSize) }}
{{ renderSize(record.buildLogFileSize) }}
diff --git a/web-vue/src/pages/dispatch/logReadView.vue b/web-vue/src/pages/dispatch/logReadView.vue
index ad2bd9683..7d8c2c2f4 100644
--- a/web-vue/src/pages/dispatch/logReadView.vue
+++ b/web-vue/src/pages/dispatch/logReadView.vue
@@ -344,9 +344,7 @@ export default {
console.error(err)
$notification.error({
key: 'log-read-error',
- message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t(
- 'pages.dispatch.logReadView.763330b'
- )}`
+ message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t('i18n.226a6f9cdd')}`
})
clearInterval(this.socketCache[id].heart)
}
diff --git a/web-vue/src/pages/dispatch/status.vue b/web-vue/src/pages/dispatch/status.vue
index aa537c91c..b165806fc 100644
--- a/web-vue/src/pages/dispatch/status.vue
+++ b/web-vue/src/pages/dispatch/status.vue
@@ -78,9 +78,7 @@
- {{
- dispatchStatusMap[text] || $t('i18n.1622dc9b6b')
- }}
+ {{ dispatchStatusMap[text] || $t('i18n.1622dc9b6b') }}
{{
dispatchStatusMap[text] || $t('i18n.1622dc9b6b')
}}
@@ -134,9 +132,7 @@
{{ record.projectPid || '-' }}/{{ record.projectPort || '-' }}
diff --git a/web-vue/src/pages/docker/swarm/node.vue b/web-vue/src/pages/docker/swarm/node.vue
index 7272bf78e..99cd6fff7 100644
--- a/web-vue/src/pages/docker/swarm/node.vue
+++ b/web-vue/src/pages/docker/swarm/node.vue
@@ -45,15 +45,8 @@
{{ $t('i18n.a6269ede6c') }}
- {{
- $t('i18n.e5f71fc31e')
- }}
-
+ {{ $t('i18n.e5f71fc31e') }}
+
{{ $t('i18n.ee6ce96abb') }}
@@ -101,9 +94,7 @@
{{ text }}
@@ -169,19 +158,13 @@
- {{
- $t('i18n.8347a927c0')
- }}
+ {{ $t('i18n.8347a927c0') }}
- {{
- $t('i18n.b3b1f709d4')
- }}
+ {{ $t('i18n.b3b1f709d4') }}
- {{
- $t('i18n.8347a927c0')
- }}
+ {{ $t('i18n.8347a927c0') }}
{{
$t('i18n.b3b1f709d4')
}}
diff --git a/web-vue/src/pages/file-manager/fileStorage/list.vue b/web-vue/src/pages/file-manager/fileStorage/list.vue
index b23cabb73..8af306d65 100644
--- a/web-vue/src/pages/file-manager/fileStorage/list.vue
+++ b/web-vue/src/pages/file-manager/fileStorage/list.vue
@@ -47,16 +47,10 @@
@press-enter="loadData"
/>
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
- {{
- $t('i18n.a6fc9e3ae6')
- }}
- {{
- $t('i18n.bd7043cae3')
- }}
+ {{ $t('i18n.a6fc9e3ae6') }}
+ {{ $t('i18n.bd7043cae3') }}
{{ $t('i18n.b9c52d9a85') }}{{ text }}
{{ $t('i18n.46a04cdc9c') }}{{ record.description }}
- {{ $t('i18n.53365c29c8')
- }}{{ statusMap[record.status] || $t('i18n.1622dc9b6b') }}
-
-
- {{ $t('i18n.fb3a2241bb') }}{{ record.progressDesc }}
+ {{ $t('i18n.53365c29c8') }}{{ statusMap[record.status] || $t('i18n.1622dc9b6b') }}
+ {{ $t('i18n.fb3a2241bb') }}{{ record.progressDesc }}
{{ text }}
@@ -103,10 +94,7 @@
-
+
{{ sourceMap[text] || $t('i18n.1622dc9b6b') }}
@@ -178,9 +166,7 @@
"
>
- {{ $t('i18n.fd7e0c997d') }}
+ {{ $t('i18n.fd7e0c997d') }}
@@ -197,11 +183,7 @@
{{ $t('i18n.691b11e443') }}
-
+
-
+
@@ -253,11 +232,7 @@
{{ $t('i18n.691b11e443') }}
-
+
-
+
@@ -309,11 +281,7 @@
{{ $t('i18n.691b11e443') }}
-
+
-
+
@@ -351,18 +316,14 @@
- {{
- $t('i18n.4b9c3271dc')
- }}
+ {{ $t('i18n.4b9c3271dc') }}
@@ -372,9 +333,7 @@
- {{ $t('i18n.2a813bc3eb') }}
+ {{ $t('i18n.2a813bc3eb') }}
@@ -395,9 +354,7 @@
@@ -407,9 +364,7 @@
- {{ $t('i18n.2a813bc3eb') }}
+ {{ $t('i18n.2a813bc3eb') }}
@@ -714,12 +669,8 @@ export default {
if (res.data) {
//
$notification.warning({
- message: `${this.$t('i18n.a17b5ab021')},${this.$t(
- 'pages.file-manager.fileStorage.list.6a721706'
- )}${res.data.name} ,${this.$t('i18n.ee992d9744')}${
- res.data.workspaceId === 'GLOBAL'
- ? this.$t('i18n.0a60ac8f02')
- : this.$t('i18n.c9744f45e7')
+ message: `${this.$t('i18n.a17b5ab021')},${this.$t('i18n.b9c52d9a85')}${res.data.name} ,${this.$t('i18n.ee992d9744')}${
+ res.data.workspaceId === 'GLOBAL' ? this.$t('i18n.0a60ac8f02') : this.$t('i18n.c9744f45e7')
}`
})
//
diff --git a/web-vue/src/pages/file-manager/staticFileStorage/list.vue b/web-vue/src/pages/file-manager/staticFileStorage/list.vue
index f480baff9..af7e786ff 100644
--- a/web-vue/src/pages/file-manager/staticFileStorage/list.vue
+++ b/web-vue/src/pages/file-manager/staticFileStorage/list.vue
@@ -42,14 +42,10 @@
@press-enter="loadData"
/>
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
- {{
- $t('i18n.56525d62ac')
- }}
+ {{ $t('i18n.56525d62ac') }}
-
+
{{ sourceMap[text] || $t('i18n.1622dc9b6b') }}
- {{
- $t('i18n.df9497ea98')
- }}
+ {{ $t('i18n.df9497ea98') }}
{{ $t('i18n.162e219f6d') }}
@@ -160,18 +151,11 @@
>
-
+
-
+
@@ -190,18 +174,14 @@
- {{
- $t('i18n.4b9c3271dc')
- }}
+ {{ $t('i18n.4b9c3271dc') }}
@@ -211,16 +191,11 @@
- {{ $t('i18n.2a813bc3eb') }}
+ {{ $t('i18n.2a813bc3eb') }}
-
+
@@ -237,9 +212,7 @@
@@ -249,9 +222,7 @@
- {{ $t('i18n.2a813bc3eb') }}
+ {{ $t('i18n.2a813bc3eb') }}
@@ -406,13 +377,9 @@ export default {
],
rules: {
- name: [
- { required: true, message: this.$t('i18n.7aa81d1573'), trigger: 'blur' }
- ],
+ name: [{ required: true, message: this.$t('i18n.7aa81d1573'), trigger: 'blur' }],
- url: [
- { required: true, message: this.$t('i18n.f4dd45fca9'), trigger: 'blur' }
- ]
+ url: [{ required: true, message: this.$t('i18n.f4dd45fca9'), trigger: 'blur' }]
},
temp: {},
diff --git a/web-vue/src/pages/layout/user-header.vue b/web-vue/src/pages/layout/user-header.vue
index 127601484..938cf0b6d 100644
--- a/web-vue/src/pages/layout/user-header.vue
+++ b/web-vue/src/pages/layout/user-header.vue
@@ -5,11 +5,7 @@
@@ -33,10 +29,7 @@
-
+
{{ selectCluster && selectCluster.name }}
@@ -203,10 +196,7 @@
-
+
@@ -272,39 +262,23 @@
-
+
- {{
- $t('i18n.b7cfa07d78')
- }}
+ {{ $t('i18n.b7cfa07d78') }}
-
-
+
+
- {{
- $t('i18n.e8e3bfbbfe')
- }}
+ {{ $t('i18n.e8e3bfbbfe') }}
@@ -312,9 +286,7 @@
- {{
- $t('i18n.1b8fff7308')
- }}
+ {{ $t('i18n.1b8fff7308') }}
@@ -393,9 +365,7 @@
>
-
- {{ $t('i18n.bf93517805') }},{{ $t('i18n.52b526ab9e') }}
-
+ {{ $t('i18n.bf93517805') }},{{ $t('i18n.52b526ab9e') }}
- {{
- $t('i18n.69de8d7f40')
- }}
+ {{ $t('i18n.69de8d7f40') }}
- {{ $t('i18n.2c8109fa0b') }}{{ uploadPath || '' }}
+ {{ $t('i18n.2c8109fa0b') }}{{ uploadPath || '' }}
@@ -133,11 +119,7 @@
- {{
- text
- ? $t('i18n.767fa455bb')
- : $t('i18n.2a0c4740f1')
- }}
+ {{ text ? $t('i18n.767fa455bb') : $t('i18n.2a0c4740f1') }}
@@ -154,9 +136,7 @@
- {{
- $t('i18n.f26ef91424')
- }}
+ {{ $t('i18n.f26ef91424') }}
@@ -168,14 +148,8 @@
- {{
- $t('i18n.69de8d7f40')
- }}
+ {{ $t('i18n.69de8d7f40') }}
@@ -482,12 +454,8 @@ export default {
// 删除
handleDelete(record) {
const msg = record.isDirectory
- ? this.$t('i18n.3cc09369ad') +
- record.filename +
- this.$t('i18n.52a8df6678')
- : this.$t('i18n.3cc09369ad') +
- record.filename +
- this.$t('i18n.48e79b3340')
+ ? this.$t('i18n.3cc09369ad') + record.filename + this.$t('i18n.52a8df6678')
+ : this.$t('i18n.3cc09369ad') + record.filename + this.$t('i18n.48e79b3340')
$confirm({
title: this.$t('i18n.c4535759ee'),
zIndex: 1009,
@@ -515,10 +483,7 @@ export default {
},
// 删除备份
handlBackupeDelete(record) {
- const msg =
- this.$t('i18n.3cc09369ad') +
- record.filename +
- this.$t('i18n.115cd58b5d')
+ const msg = this.$t('i18n.3cc09369ad') + record.filename + this.$t('i18n.115cd58b5d')
$confirm({
title: this.$t('i18n.c4535759ee'),
zIndex: 1009,
@@ -556,10 +521,7 @@ export default {
$confirm({
title: this.$t('i18n.c4535759ee'),
zIndex: 1009,
- content:
- this.$t('i18n.d2cac1245d') +
- record.filename +
- this.$t('i18n.e039ffccc8'),
+ content: this.$t('i18n.d2cac1245d') + record.filename + this.$t('i18n.e039ffccc8'),
okText: this.$t('i18n.e83a256e4f'),
cancelText: this.$t('i18n.625fb26b4b'),
onOk() {
diff --git a/web-vue/src/pages/node/node-layout/project/project-file-read.vue b/web-vue/src/pages/node/node-layout/project/project-file-read.vue
index ede75d429..5d21a76de 100644
--- a/web-vue/src/pages/node/node-layout/project/project-file-read.vue
+++ b/web-vue/src/pages/node/node-layout/project/project-file-read.vue
@@ -2,9 +2,7 @@
- {{
- $t('i18n.8780e6b3d1')
- }}{{ $t('i18n.8780e6b3d1') }}
@@ -97,9 +95,7 @@ export default {
this.socket.onerror = (err) => {
console.error(err)
$notification.error({
- message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t(
- 'pages.node.node-layout.project.project-file-read.763330b'
- )}`
+ message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t('i18n.226a6f9cdd')}`
})
clearInterval(this.heart)
}
diff --git a/web-vue/src/pages/node/node-layout/system/config-file.vue b/web-vue/src/pages/node/node-layout/system/config-file.vue
index eb444493f..473cbfeea 100644
--- a/web-vue/src/pages/node/node-layout/system/config-file.vue
+++ b/web-vue/src/pages/node/node-layout/system/config-file.vue
@@ -9,11 +9,7 @@
:show-tool="true"
>
-
+
@@ -96,9 +92,7 @@ export default {
spinning: true,
tip:
(msg || this.$t('i18n.85da2e5bb1')) +
- `,${this.$t('i18n.809b12d6a0')},${this.$t(
- 'pages.node.node-layout.system.config-file.536e5313'
- )}`
+ `,${this.$t('i18n.809b12d6a0')},${this.$t('i18n.af013dd9dc')}`
})
setTimeout(() => {
//
diff --git a/web-vue/src/pages/node/node-layout/system/log.vue b/web-vue/src/pages/node/node-layout/system/log.vue
index 8746db7b7..ccee67e7a 100644
--- a/web-vue/src/pages/node/node-layout/system/log.vue
+++ b/web-vue/src/pages/node/node-layout/system/log.vue
@@ -11,9 +11,7 @@
- {{
- $t('i18n.694fc5efa9')
- }}
+ {{ $t('i18n.694fc5efa9') }}
{{
$t('i18n.2f4aaddde3')
}}
@@ -151,9 +149,7 @@ export default {
this.socket.onerror = (err) => {
console.error(err)
$notification.error({
- message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t(
- 'pages.node.node-layout.system.log.763330b'
- )}`
+ message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t('i18n.226a6f9cdd')}`
})
}
this.socket.onclose = (err) => {
diff --git a/web-vue/src/pages/node/script-edit.vue b/web-vue/src/pages/node/script-edit.vue
index 5d6814e1c..65e70785a 100644
--- a/web-vue/src/pages/node/script-edit.vue
+++ b/web-vue/src/pages/node/script-edit.vue
@@ -44,9 +44,7 @@
- {{
- $t('i18n.f685377a22')
- }}
+ {{ $t('i18n.f685377a22') }}
@@ -60,9 +58,7 @@
- commandParams.push({})">{{
- $t('i18n.4c0eead6ff')
- }}
+ commandParams.push({})">{{ $t('i18n.4c0eead6ff') }}
@@ -265,8 +259,7 @@ export default {
for (let i = 0; i < this.commandParams.length; i++) {
if (!this.commandParams[i].desc) {
$notification.error({
- message:
- this.$t('i18n.8ae2b9915c') + (i + 1) + this.$t('i18n.c583b707ba')
+ message: this.$t('i18n.8ae2b9915c') + (i + 1) + this.$t('i18n.c583b707ba')
})
return false
}
diff --git a/web-vue/src/pages/node/search.vue b/web-vue/src/pages/node/search.vue
index ba45cf42f..ebc144948 100644
--- a/web-vue/src/pages/node/search.vue
+++ b/web-vue/src/pages/node/search.vue
@@ -96,14 +96,10 @@
{{ $t('i18n.7f7c624a84') }}
- {{ $t('i18n.66ab5e9f24') }}
+ {{ $t('i18n.66ab5e9f24') }}
-
- {{ $t('i18n.6a620e3c07') }}
+ {{ $t('i18n.6a620e3c07') }}
@@ -271,9 +267,7 @@
- {{
- $t('i18n.2a0c4740f1')
- }}
+ {{ $t('i18n.2a0c4740f1') }}
{{
$t('i18n.b5c3770699')
@@ -281,9 +275,7 @@
- {{
- $t('i18n.b5c3770699')
- }}{{ $t('i18n.b5c3770699') }}
@@ -464,9 +456,7 @@
- {{
- $t('i18n.4b9c3271dc')
- }}
+ {{ $t('i18n.4b9c3271dc') }}
@@ -497,10 +487,7 @@
-
+
POST {{ temp.batchTriggerUrl }}
@@ -1204,9 +1191,7 @@ export default {
}
let msg = msgData[method] || this.$t('i18n.49574eee58')
if (!record.sortValue) {
- msg += `${this.$t('i18n.57c0a41ec6')},${this.$t('i18n.066f903d75')},${this.$t(
- 'pages.node.search.dad3b017'
- )}`
+ msg += `${this.$t('i18n.57c0a41ec6')},${this.$t('i18n.066f903d75')},${this.$t('i18n.c4e2cd2266')}`
}
// console.log(this.list, index, this.list[method === "top" ? index : method === "up" ? index - 1 : index + 1]);
const compareId = this.projList[method === 'top' ? index : method === 'up' ? index - 1 : index + 1].id
diff --git a/web-vue/src/pages/repository/repository-list.vue b/web-vue/src/pages/repository/repository-list.vue
index 61cead567..8d1715925 100644
--- a/web-vue/src/pages/repository/repository-list.vue
+++ b/web-vue/src/pages/repository/repository-list.vue
@@ -995,9 +995,7 @@ export default {
}
let msg = msgData[method] || this.$t('i18n.49574eee58')
if (!record.sortValue) {
- msg += ` ${this.$t('i18n.57c0a41ec6')},${this.$t(
- 'pages.repository.repository-list.616438fd'
- )},${this.$t('i18n.c4e2cd2266')}`
+ msg += ` ${this.$t('i18n.57c0a41ec6')},${this.$t('i18n.066f903d75')},${this.$t('i18n.c4e2cd2266')}`
}
// console.log(this.list, index, this.list[method === "top" ? index : method === "up" ? index - 1 : index + 1]);
const compareId = this.list[method === 'top' ? index : method === 'up' ? index - 1 : index + 1].id
diff --git a/web-vue/src/pages/script/script-console.vue b/web-vue/src/pages/script/script-console.vue
index 6236c9854..e291f1e1c 100644
--- a/web-vue/src/pages/script/script-console.vue
+++ b/web-vue/src/pages/script/script-console.vue
@@ -29,21 +29,14 @@
-
+
@@ -152,9 +145,7 @@ export default {
this.socket.onerror = (err) => {
console.error(err)
$notification.error({
- message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t(
- 'pages.script.script-console.763330b'
- )}`
+ message: `web socket ${this.$t('i18n.7030ff6470')},${this.$t('i18n.226a6f9cdd')}`
})
this.btnLoading = true
}
diff --git a/web-vue/src/pages/system/assets/machine/machine-list.vue b/web-vue/src/pages/system/assets/machine/machine-list.vue
index 18ccfcbbd..48253841f 100644
--- a/web-vue/src/pages/system/assets/machine/machine-list.vue
+++ b/web-vue/src/pages/system/assets/machine/machine-list.vue
@@ -79,29 +79,15 @@
:placeholder="$t('i18n.88f5c7ac4a')"
class="search-input-item"
>
- {{
- $t('i18n.204222d167')
- }}
+ {{ $t('i18n.204222d167') }}
cpu
- {{
- $t('i18n.1d650a60a5')
- }}
- {{
- $t('i18n.9932551cd5')
- }}
- {{
- $t('i18n.a001a226fd')
- }}
- {{
- $t('i18n.eca37cb072')
- }}
+ {{ $t('i18n.1d650a60a5') }}
+ {{ $t('i18n.9932551cd5') }}
+ {{ $t('i18n.a001a226fd') }}
+ {{ $t('i18n.eca37cb072') }}
- {{
- $t('i18n.e5f71fc31e')
- }}
- {{
- $t('i18n.66ab5e9f24')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
+ {{ $t('i18n.66ab5e9f24') }}
@@ -117,14 +103,10 @@
-
- {{ $t('i18n.7f7c624a84') }}
-
+ {{ $t('i18n.7f7c624a84') }}
-
- {{ $t('i18n.7f7c624a84') }}
+ {{ $t('i18n.7f7c624a84') }}
@@ -156,9 +138,7 @@
@@ -184,9 +164,7 @@
- {{
- $t('i18n.95b351c862')
- }}
+ {{ $t('i18n.95b351c862') }}
{{
$t('i18n.e39de3376e')
}}
@@ -215,9 +193,7 @@
@@ -230,9 +206,7 @@
- {{
- $t('i18n.2027743b8d')
- }}
+ {{ $t('i18n.2027743b8d') }}
- {{
- $t('i18n.3006a3da65')
- }}
+ {{ $t('i18n.3006a3da65') }}
{{ item.osVersion || '-' }}
@@ -258,9 +230,7 @@
- {{
- $t('i18n.9e96d9c8d3')
- }}
+ {{ $t('i18n.9e96d9c8d3') }}
{{ item.osLoadAverage || '-' }}
@@ -268,9 +238,7 @@
- {{
- $t('i18n.4a346aae15')
- }}
+ {{ $t('i18n.4a346aae15') }}
{{
$t('i18n.3bf3c0a8d6')
}}
- {{
- $t('i18n.2f4aaddde3')
- }}
+ {{ $t('i18n.2f4aaddde3') }}
@@ -348,11 +314,7 @@
>
-
+
{{ $t('i18n.6f8da7dcca') }}
-
+
Http://
Https://
@@ -394,10 +352,7 @@
-
+
{{ $t('i18n.eec342f34e') }}
@@ -411,10 +366,7 @@
-
+
@@ -426,9 +378,7 @@
:un-checked-children="$t('i18n.c9744f45e7')"
default-checked
/>
- {{ $t('i18n.8e34aa1a59') }},{{
- $t('i18n.715ec3b393')
- }}
+ {{ $t('i18n.8e34aa1a59') }},{{ $t('i18n.715ec3b393') }}
@@ -441,10 +391,7 @@
-
+
- {{
- $t('i18n.8a3e316cd7')
- }}
+ {{ $t('i18n.8a3e316cd7') }}
BASE64
AES
@@ -547,21 +492,13 @@
:mask-closable="false"
>
-
+
{{ $t('i18n.5d83794cfa') }}{{ item.name }}
- {{ $t('i18n.2358e1ef49')
- }}{{ item.workspace && item.workspace.name }}
+ {{ $t('i18n.2358e1ef49') }}{{ item.workspace && item.workspace.name }}
@@ -653,9 +588,7 @@
@@ -747,9 +680,7 @@ export default {
syncToWorkspaceVisible: false,
temp: {},
rules: {
- name: [
- { required: true, message: this.$t('i18n.cbdc4f58f6'), trigger: 'blur' }
- ]
+ name: [{ required: true, message: this.$t('i18n.cbdc4f58f6'), trigger: 'blur' }]
},
drawerVisible: false,
drawerUpgradeVisible: false,
@@ -849,9 +780,7 @@ export default {
align: 'center',
ellipsis: true,
customRender: ({ text }) => {
- return text
- ? this.$t('i18n.0a60ac8f02')
- : this.$t('i18n.c9744f45e7')
+ return text ? this.$t('i18n.0a60ac8f02') : this.$t('i18n.c9744f45e7')
}
},
{
@@ -1173,9 +1102,7 @@ export default {
onNodeSubmit(restart) {
$confirm({
title: this.$t('i18n.c4535759ee'),
- content: restart
- ? this.$t('i18n.0cf4f0ba82')
- : this.$t('i18n.863a95c914'),
+ content: restart ? this.$t('i18n.0cf4f0ba82') : this.$t('i18n.863a95c914'),
okText: this.$t('i18n.e83a256e4f'),
zIndex: 1009,
cancelText: this.$t('i18n.625fb26b4b'),
diff --git a/web-vue/src/pages/system/assets/ssh/ssh-list.vue b/web-vue/src/pages/system/assets/ssh/ssh-list.vue
index 878d9686b..9b1bd36d9 100644
--- a/web-vue/src/pages/system/assets/ssh/ssh-list.vue
+++ b/web-vue/src/pages/system/assets/ssh/ssh-list.vue
@@ -58,14 +58,10 @@
- {{ $t('i18n.e5f71fc31e') }}
-
+ {{ $t('i18n.e5f71fc31e') }}
- {{
- $t('i18n.66ab5e9f24')
- }}
+ {{ $t('i18n.66ab5e9f24') }}
{{ $t('i18n.82d2c66f47') }}
@@ -76,9 +72,7 @@
- {{
- $t('i18n.2e505d23f7')
- }}
+ {{ $t('i18n.2e505d23f7') }}
@@ -91,9 +85,7 @@
:multiple="false"
:before-upload="beforeUpload"
>
- {{ $t('i18n.8d9a071ee2') }}
-
+ {{ $t('i18n.8d9a071ee2') }}
@@ -132,9 +124,7 @@
{{ $t('i18n.f425f59044') }}{{ record.osVersion }}
CPU{{ $t('i18n.045cd62da3') }}{{ record.osCpuIdentifierName }}
{{ $t('i18n.07a0e44145') }}{{ record.hostName }}
-
- {{ $t('i18n.8a745296f4') }}{{ formatDuration(record.osSystemUptime) }}
-
+ {{ $t('i18n.8a745296f4') }}{{ formatDuration(record.osSystemUptime) }}
{{ text || $t('i18n.1622dc9b6b') }}
@@ -165,9 +155,7 @@
{{ $t('i18n.461ec75a5a') }}{{ JSON.parse(record.dockerInfo).path }}
-
- {{ $t('i18n.2684c4634d') }}{{ JSON.parse(record.dockerInfo).version }}
-
+ {{ $t('i18n.2684c4634d') }}{{ JSON.parse(record.dockerInfo).version }}
{{ $t('i18n.df9497ea98') }}
@@ -179,8 +167,7 @@
{{
- (statusMap[record.status] && statusMap[record.status].desc) ||
- $t('i18n.1622dc9b6b')
+ (statusMap[record.status] && statusMap[record.status].desc) || $t('i18n.1622dc9b6b')
}}
@@ -192,9 +179,7 @@
{{ formatPercent(record.osOccupyMemory) }}/{{ renderSize(record.osMoneyTotal) }}
@@ -204,9 +189,7 @@
{{ $t('i18n.7e359f4b71') }}{{ renderSize(record.osFileStoreTotal) }}
-
- {{ $t('i18n.de17fc0b78') }}{{ formatPercent(record.osMaxOccupyDisk) }}
-
+ {{ $t('i18n.de17fc0b78') }}{{ formatPercent(record.osMaxOccupyDisk) }}
{{ $t('i18n.ba452d57f2') }}{{ record.osMaxOccupyDiskName }}
{{ formatPercent(record.osMaxOccupyDisk) }} / {{ renderSize(record.osFileStoreTotal) }}
@@ -243,9 +226,7 @@
{{
$t('i18n.e39de3376e')
}}
- {{
- $t('i18n.2a0c4740f1')
- }}
+ {{ $t('i18n.2a0c4740f1') }}
{{
$t('i18n.1c3cf7f5f0')
}}
@@ -292,11 +273,7 @@
>
-
+
-
+
{{ $t('i18n.819767ada1') }}
- {{ $t('i18n.f0a1428f65') }}$ref.wEnv.xxxx xxxx
- {{ $t('i18n.c1b72e7ded') }}$ref.wEnv.xxxx xxxx {{ $t('i18n.c1b72e7ded') }}
@@ -360,8 +332,7 @@
{{ $t('i18n.a810520460') }}
- {{ $t('i18n.63dd96a28a') }}$ref.wEnv.xxxx xxxx
- {{ $t('i18n.c1b72e7ded') }}$ref.wEnv.xxxx xxxx {{ $t('i18n.c1b72e7ded') }}
@@ -370,11 +341,7 @@
{
temp = { ...temp, password: v }
@@ -411,8 +378,7 @@
- {{ $t('i18n.25cad97419') }},
- {{ $t('i18n.c03fd7fda8')
+ {{ $t('i18n.25cad97419') }}, {{ $t('i18n.c03fd7fda8')
}}{{ $t('i18n.6adcbc6663') }}){{ $t('i18n.81197c2d02') }}
@@ -518,10 +484,7 @@
SSH{{ $t('i18n.5b47861521') }}{{ item.name }}
- {{ $t('i18n.2358e1ef49')
- }}{{ item.workspace && item.workspace.name }}
+ {{ $t('i18n.2358e1ef49') }}{{ item.workspace && item.workspace.name }}
{{ $t('i18n.224e2ccda8') }}
@@ -656,9 +619,7 @@
-
-
+
diff --git a/web-vue/src/pages/system/cluster-list.vue b/web-vue/src/pages/system/cluster-list.vue
index a2915f1cd..a0b2bee14 100644
--- a/web-vue/src/pages/system/cluster-list.vue
+++ b/web-vue/src/pages/system/cluster-list.vue
@@ -59,9 +59,7 @@
@press-enter="loadData"
/>
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
@@ -85,9 +83,7 @@
{{ text }}
@@ -98,9 +94,7 @@
- {{
- $t('i18n.95b351c862')
- }}
+ {{ $t('i18n.95b351c862') }}
{{
$t('i18n.2f4aaddde3')
}}
diff --git a/web-vue/src/pages/user/operation-log.vue b/web-vue/src/pages/user/operation-log.vue
index 239a8746a..760153d70 100644
--- a/web-vue/src/pages/user/operation-log.vue
+++ b/web-vue/src/pages/user/operation-log.vue
@@ -99,9 +99,7 @@
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
@@ -136,18 +134,14 @@
{{ text }}
- {{
- $t('i18n.f26225bde6')
- }}
+ {{ $t('i18n.f26225bde6') }}
diff --git a/web-vue/src/pages/user/permission-group.vue b/web-vue/src/pages/user/permission-group.vue
index 557d42127..02ea2b789 100644
--- a/web-vue/src/pages/user/permission-group.vue
+++ b/web-vue/src/pages/user/permission-group.vue
@@ -22,9 +22,7 @@
@press-enter="loadData"
/>
- {{
- $t('i18n.e5f71fc31e')
- }}
+ {{ $t('i18n.e5f71fc31e') }}
{{ $t('i18n.66ab5e9f24') }}
@@ -32,9 +30,7 @@
- {{
- $t('i18n.95b351c862')
- }}
+ {{ $t('i18n.95b351c862') }}
{{
$t('i18n.2f4aaddde3')
}}
@@ -55,21 +51,13 @@
>
-
+
{{ $t('i18n.98d69f8b62') }}
-
- {{ $t('i18n.9a8eb63daf') }},{{
- $t('i18n.85f347f9d0')
- }}
+ {{ $t('i18n.9a8eb63daf') }},{{ $t('i18n.85f347f9d0') }}
@@ -112,18 +100,11 @@
:show-time="{ format: 'HH:mm:ss' }"
format="YYYY-MM-DD HH:mm:ss"
value-format="YYYY-MM-DD HH:mm:ss"
- :placeholder="[
- $t('i18n.592c595891'),
- $t('i18n.f782779e8b')
- ]"
+ :placeholder="[$t('i18n.592c595891'), $t('i18n.f782779e8b')]"
/>
@@ -154,9 +135,7 @@
{{ $t('i18n.ef7e3377a0') }}
-
- {{ $t('i18n.21e4f10399') }},{{ $t('i18n.4c69102fe1') }}
-
+ {{ $t('i18n.21e4f10399') }},{{ $t('i18n.4c69102fe1') }}
@@ -494,9 +473,7 @@ export default {
$confirm({
title: this.$t('i18n.c4535759ee'),
zIndex: 1009,
- content: `demo ${this.$t('i18n.a8f44c3188')},${this.$t(
- 'pages.user.permission-group.f382dae4'
- )}`,
+ content: `demo ${this.$t('i18n.a8f44c3188')},${this.$t('i18n.c5f9a96133')}`,
okText: this.$t('i18n.e83a256e4f'),
cancelText: this.$t('i18n.625fb26b4b'),