From 72f9fbdc21f1953364a55a25f11349bf3f71e043 Mon Sep 17 00:00:00 2001
From: ysfscream <894402575bt@gmail.com>
Date: Sat, 7 May 2022 15:12:51 +0800
Subject: [PATCH] fix(i18n): fix typo
---
src/i18n/components.js | 8 ++++----
src/views/Auth/Authn.vue | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/i18n/components.js b/src/i18n/components.js
index 5f18898fd..a5512bd50 100644
--- a/src/i18n/components.js
+++ b/src/i18n/components.js
@@ -101,11 +101,11 @@ export default {
},
alarm: {
zh: '告警',
- en: 'Alarm',
+ en: 'Alarms',
},
plugins: {
zh: '插件',
- en: 'Plugin',
+ en: 'Plugins',
},
modules: {
zh: '模块',
@@ -144,8 +144,8 @@ export default {
en: 'Application',
},
gateway: {
- zh: 'Gateway',
- en: 'Gateway',
+ zh: '网关',
+ en: 'Gateways',
},
exhook: {
zh: 'ExHook',
diff --git a/src/views/Auth/Authn.vue b/src/views/Auth/Authn.vue
index cf30c8bc4..48a2f8082 100644
--- a/src/views/Auth/Authn.vue
+++ b/src/views/Auth/Authn.vue
@@ -17,13 +17,13 @@
v-loading.lock="isListLoading"
row-key="id"
>
+
{{ getAuthnItemBackendForShow(row) }}
-