From 7033627a9f8e677b387ca36450f6a9a2ac1066eb Mon Sep 17 00:00:00 2001 From: tany Date: Wed, 29 Mar 2023 23:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=B1=A0=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-admin/src/lang/en.js | 3 ++- neutrino-proxy-admin/src/lang/zh.js | 1 + neutrino-proxy-admin/src/views/system/portPool.vue | 14 +++++++------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/neutrino-proxy-admin/src/lang/en.js b/neutrino-proxy-admin/src/lang/en.js index b243b0a5..46bfdb58 100644 --- a/neutrino-proxy-admin/src/lang/en.js +++ b/neutrino-proxy-admin/src/lang/en.js @@ -102,7 +102,8 @@ export default { draft: 'Draft', delete: 'Delete', cancel: 'Cancel', - confirm: 'Confirm' + confirm: 'Confirm', + portOrRange: 'example: 3306 or 1000-2000' }, errorLog: { tips: 'Please click the bug icon in the upper right corner', diff --git a/neutrino-proxy-admin/src/lang/zh.js b/neutrino-proxy-admin/src/lang/zh.js index b342fe7e..76286040 100644 --- a/neutrino-proxy-admin/src/lang/zh.js +++ b/neutrino-proxy-admin/src/lang/zh.js @@ -136,6 +136,7 @@ export default { enable: '启用', loginName: '登录名', port: '端口', + portOrRange: '端口或范围,如: 3306或1000-2000', licenseName: 'License名称', licenseKey: 'License Key', isOnline: '在线状态', diff --git a/neutrino-proxy-admin/src/views/system/portPool.vue b/neutrino-proxy-admin/src/views/system/portPool.vue index 548267da..40b36758 100644 --- a/neutrino-proxy-admin/src/views/system/portPool.vue +++ b/neutrino-proxy-admin/src/views/system/portPool.vue @@ -60,7 +60,7 @@ - + @@ -92,13 +92,13 @@