From 634c6b2bf59d5fcd48ef8e9fa54ee6d87a70df39 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sat, 7 Mar 2020 11:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=AF=AD=E8=A8=80=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9F=A9=E9=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Node/NodeInstallationMatrix.vue | 124 ++++++++++++++++++ frontend/src/i18n/zh.js | 1 + frontend/src/views/node/NodeList.vue | 6 +- 3 files changed, 128 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index c08dcaeb..293aac5d 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -1,9 +1,79 @@ diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index 273f6a75..debc4754 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -347,6 +347,7 @@ export default { 'Latest Version': '最新版本', 'Version': '版本', 'Installed': '已安装', + 'Not Installed': '未安装', 'Installing': '正在安装', 'Other language installing': '其他语言正在安装', 'This language is not installed yet.': '语言还未安装', diff --git a/frontend/src/views/node/NodeList.vue b/frontend/src/views/node/NodeList.vue index a3320f8d..1b3d69f5 100644 --- a/frontend/src/views/node/NodeList.vue +++ b/frontend/src/views/node/NodeList.vue @@ -139,12 +139,12 @@ - - - + + +